home *** CD-ROM | disk | FTP | other *** search
- Path: news.compusult.nf.ca!usenet
- From: "Barry A. Ryan" <bryan@public.compusult.nf.ca>
- Newsgroups: comp.lang.c
- Subject: Help With Pointers
- Date: 18 Feb 1996 03:45:23 GMT
- Organization: Compusult Limited, St. John's, NF, Canada
- Message-ID: <4g67cj$6cv@hobbes.compusult.nf.ca>
- NNTP-Posting-Host: ts01_p08.remote.nfld.com
-
- Hi
-
- Is there any way to assign a char pointer to a float pointer?
-
- I had to do some byte rotation on binary data. I rotated
- the characters and know want to point a float at the first
- character position to read back a 4 byte float.
-
- I'am actually trying to read SGI binary data with a PC. I've been told
- that the SGI bytes ( not bits ) are rotated versus a PC. Any help
- would be appreciated. Are the bytes rotated?
-
-
-